body{
    font-family:Arial, Helvetica, sans-serif;
}
.pc-hidden{
    display: block !important;
}
.mob-hidden{
    display: none !important;
}
@media only screen and (max-width: 768px){
    .pc-hidden{
        display: none !important;
    }
    .mob-hidden{
        
        display: block !important;
    }
}

/* mob */
.mob-wh{
    padding: 5% 0% 5% 6%;
    background-color: #fff;
}
.mob-wrap {
    width: 100%;
    margin: 0 auto;
  }
  
  /* 头部 */
  .mob-head {
    display: flex;
    align-items: center;
  }
  
  .mob-head .mob-logo {
    width: 65%;
    margin-right: 5%;
  }
  .mob-head .mob-logo a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .mob-head .mob-logo p{
    /* margin-left: 10px;
    padding-left: 10px; */
    color: #000;
    font-size: 20px;
    border-left: 1px solid rgba(255,255,255,.5);
  }
  .mob-head .mob-logo img {
    width: 100%;
  }
  
  .mob-head .head-btn {
    width: 30%;
  }
  
  .mob-head .head-btn a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    line-height: 26px;
    text-align: center;
    color: #fff;
  }
  
  .mob-head .head-btn a .iconfont {
    font-size: 26px;
    vertical-align: middle;
    color: #2a439d;
  }
  
  .mob-head .head-btn a .icon-sousuo {
    font-size: 25px;
  }
  
  .mob-head .head-btn .search-btn {
    margin-right: 10px;
    width: 40px;
  }
  
  /* 搜索框样式 */
  .search {
    border-top: 1px solid #ddd;
    padding: 10px 15px;
    display: none;
  }
  
  .search form {
    width: 100%;
    border: 1px solid #444444;
    border-radius: 10px;
    background-color: #fff;
    height: 38px;
    padding: 7px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .search input[type="text"] {
    width: 100%;
    padding-left: 5px;
    font-size: 16px;
    color: #323232;
    height: 22px;
    line-height: 22px;
    border: none;
    outline: none;
    background: none;
  }
  
  .search input[type='submit'] {
    border: none;
    text-align: center;
    height: 22px;
    font-size: 16px;
    color: #323232;
    background: none;
    outline: none;
    border-radius: 0;
    background: url(../images/head-icon04.png) center left no-repeat;
    padding-left:15px;
    margin-left: 10px;
  }
  
  /* 导航样式 */
  .mob-nav {
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #092554;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 5%;
  }
  
  .mob-nav .close-btn {
    text-align: right;
  }
  
  .mob-nav .close-btn .iconfont {
    font-size: 30px;
    color: #fff;
  }
  
  .mob-nav-a{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mob-nav-words li a {
    display: block;
    text-align: left;
    line-height: 6vh;
    font-size: 14px;
    color: #fff;
    
  }
  .mob-nav-a i{
    font-style: inherit;
    font-size: 20px;
    color: #fff;
  }
  .mob-nav-words li .sec{
    display: none;
    width: 90%;
    margin: auto;
  }
  .mob-nav-words li .sec a{
    border-top: 1px dashed rgba(255,255,255,.1);
  }
  
  .mob-nav-words li:not(:last-child) {
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  
  .mob-nav.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .mob-nav-top{
    display: flex;
    justify-content: space-between;
    padding-bottom: 5%;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .mob-nav-logo{
    opacity: 1;
  }
  .mob-nav-logo img{
    width: 100%;
  }
  .mob-nav-logo p{
    color: #fff;
    font-size: 20px;
  }
  .Sino-British{
    margin-top: 20px;
    display: none;
  }
  .Sino-British ul{
    display: flex;
  }
  .Sino-British li{
    margin-right: 10px;
  }
  .Sino-British li a{
    font-size: 16px;
    color: #fff;
  }
  .Sino-British li a img{
    width: 24px;
    margin-right: 5px;
  }
  .mob-products{
    padding: 5%;
  }
  .mob-products ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .mob-products li{
    width: 49%;
    margin-right: 1%;
    margin-bottom: 5%;
  }
  .mob-products li:nth-child(2n){
    margin-right: 0;
  }
  .mob-products li .com-img{
    width: 100%;
  }
  .mob-products li p{
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
  }
@media (max-width: 1700px){
    .tit span{
        font-size: 100px;
    }
}
@media (max-width: 1600px) {
    .CaseIcon-box{
        padding-left: 5%;
    }
    .CaseImg{
        width: 1000px;
    }
    .tit span{
        font-size: 80px;
    }
    .CaseIcon .swiper-slide .item h5{
        font-size: 16px;
    }
    .CaseIcon .swiper-slide .item{
        width: 400px;
        height: 70px;
    }
    .CaseIcon .swiper-slide.cur h5{
        font-size: 24px;
    }
    .CaseIcon .swiper-slide.cur span{
        font-size: 16px;
    }
    .CaseIcon .swiper-slide .item:hover h5{
        font-size: 24px;
        font-weight: bold;
    }
    .CaseIcon .swiper-slide .item:hover span{
        font-size: 16px;
    }
}
@media (max-width: 1440px) {
    .wh , .wh1600{
        width: 90%;
    }
    .Introduction{
        width: 70%;
    }
    .tit span{
        font-size: 60px;
    }
    .product .tit .words h5{
        font-size: 30px;
    }
    .product .tit .text p , .product .tit .words p{
        font-size: 16px;
    }
    .CaseIcon-box{
        padding-left: 5%;
    }
    .CaseImg{
        width: 900px;
    }
    .CaseIcon .swiper-slide .item h5{
        font-size: 16px;
    }
    .CaseIcon .swiper-slide .item{
        width: 300px;
        height: 60px;
    }
    .CaseIcon .swiper-slide.cur h5{
        font-size: 24px;
    }
    .CaseIcon .swiper-slide.cur span{
        font-size: 16px;
    }
    .CaseIcon .swiper-slide .item:hover h5{
        font-size: 24px;
        font-weight: bold;
    }
    .CaseIcon .swiper-slide .item:hover span{
        font-size: 16px;
    }
    .news .tit-box .tit h5{
        font-size: 40px;
    }
    .news .tit-box .tit p{
        font-size: 26px;
    }
}

/* 首页 */
@media (max-width: 768px) {
    .wh , .wh1600{
        width: 90%;
        padding: 0;
    }
    .AboutBox{
        flex-direction: column;
    }
    .Aboutwords , .AboutImg{
        width: 100%;
        margin-right: 0%;
    }
    .tit span{
        font-size: 60px;
    }
    .Aboutwords .shuzi ul{
        width: 100%;
    }
    .Aboutwords .shuzi li h5{
        font-size: 40px;
    }
    .Aboutwords .shuzi li p{
        font-size: 12px;
    }
    .AboutImg p{
        font-size: 16px;
    }
    .AboutImg{
        margin-top: 5%;
    }
    .case li{
        width: 49%;
    }
    .news-tit{
        flex-direction: column;
    }
    .news ul{
        justify-content: space-between;
    }
    .news li{
        width: 100%;
    }
    .news li h5{
        font-size: 24px;
    }
    .news-menu li{
        margin-left: 10px;
    }
    .news li p{
        font-size: 16px;
        margin: 2% 0;
    }
    .news li:first-child{
        width: 100%;
        border-radius: 20px 0 0 0;
    }
    .fooder{
        flex-direction: column;
    }
    .bq p{
        line-height:inherit;
        
    }
    .f-top{
        display: none;
    }
    .bq .text{
        flex-direction: column;
    }
    .bq p{
        text-align: center;
    }
    .TelBox{
        width: 100%;
        border: none;
        padding: 0;
    }
    
   
}
/* 内页 */
@media (max-width: 768px){
    .page-banner{
        overflow: hidden;
    }
    .f-nav{
        display: none;
    }
    .f-subscribe{
        width: 100%;
    }
    .f-subscribe .subscription{
        text-align: left;
    }
    .f-subscribe .subscription .s-email{
        width: 100%;
    }
    .f-subscribe .f-tel{
        text-align: left;
    }
    .f-logo .ewm{
        display: none;
    }
    .f-logo{
        width: 100%;
    }
    .f-logo img{
        width: 100%;
    }

    .page-position{
        padding: 0;
    }
    .page-banner img{
        width: 200%;
        margin-left: -50%;
    }
    .wzx{
        display: none;
    }
    .page-position .left .xypg-left-nav{
        flex-wrap: wrap;
    }
    .page-position .xypg-left-nav > li{
        width: 48%;
        margin: 0;
    }
    .page-position .xypg-left-nav > li > a{
        line-height: 7vh;
    }
    .xypg-right-content img{
        width: 100%;
    }
    .xypg-product-list li{
        width: 47%;
        padding: 0;
    }
    .xypg-news-list{
        flex-direction: column
    }
    .xypg-news-list li{
        width: 100%;
        margin-right:0;
    }
    .xypg-detail-pn ul li a{
        overflow: hidden;
    }
    /* about */
    .Introduction-box{
        flex-direction: column
    }
    .Introduction{
        width: 100%;
    }
    .culture dl{
        width: 100%;
        height: auto;
        padding: 7%;
        margin-bottom: 2%;
    }
    .culture dl:last-child{
        flex-direction: column
    }
    .culture .com-img{
        width: 100%;
    }
    .culture .words{
        width: 100%;
    }
    .Introduction .text p{
        font-size: 16px;
    }
    .Introduction h5{
        font-size: 24px;
    }
    .shuzi{
        display: none;
    }
    .a-read-tit , .hezuo-box h5{
        font-size: 24px;
    }
    .hezuo-box p{
        font-size: 16px;
    }
    /* products */
    .page-product-box{
        flex-direction: column;
    }
    .product-photo , .product-detail-list{
        width: 100%;
        margin-left:0;
    }
    /* lxiwm */
    .contactbox{
        flex-flow: row wrap;
        flex-direction: column;
    }
    .contactbox .leftbox{
        width: 100%;
    }
    .contactbox .rightbox{
        width: 100%;
        height: 400px;
        margin-top: 5%;
    }
    .customer-tit h5{
        font-size: 30px;
    }
    .customer-tit p{
        font-size: 16px;
    }
    .jiingshi {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .customer-form .form-group , .customer-form .col-sm-9{
        width: 100%;
    }
    .yzm .yzm-text{
        width: 70%;
    }
}